home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / generics / makegens < prev    next >
Text File  |  1995-09-27  |  376b  |  20 lines

  1.  
  2. #  Batch file used to create (from scratch) the base generics.h file
  3. #  included with Dynace
  4.  
  5. cd ../kernel
  6. rm -f generics.*
  7. ../bin/dpp -C -h -i -s *.d
  8. mv generics.h ../include
  9.  
  10. cd ../class
  11. ../bin/dpp -C -h -i -g ../include/generics.h -s *.d
  12. mv generics.h ../include
  13.  
  14. cd ../threads
  15. ../bin/dpp -C -h -i -g ../include/generics.h -s *.d
  16. mv generics.h ../include
  17.  
  18. cd ../generics
  19.  
  20.